home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / stk100.zip / UNPACK.BAT < prev   
DOS Batch File  |  1990-10-20  |  317b  |  13 lines

  1. REM unpack the sources into the current dir and the smp files into dir SMP
  2. REM The STK source code
  3. stksrc
  4. REM The Sprite Editor source code
  5. spredsrc
  6. REM The StarMines and sprshow source code
  7. demosrc
  8. md smp
  9. cd smp
  10. REM Sprite maps for StarMines and other examples (must be in SMP subdirectory)
  11. ..\smp
  12. cd ..
  13.